projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99351a0
)
(Fencode_time): Use xfree, not free.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 5 Nov 1996 19:49:19 +0000
(19:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 5 Nov 1996 19:49:19 +0000
(19:49 +0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index bff9fa8c35c267a7229b6c6ca40b6bbd85492ab3..c2c0df9241ba7991bede520e5c1dd684de008330 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-795,7
+795,7
@@
If you want them to stand for years in this century, you must do that yourself."
/* Restore TZ to previous value. */
newenv = environ;
environ = oldenv;
- free (newenv);
+
x
free (newenv);
#ifdef LOCALTIME_CACHE
tzset ();
#endif